home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global ClickMov, SpritHere, SpritZone, pUp, pQuit, NewMovie, ThemeUp, ThemeDown, SauteEtage, Step, StarStep, LastLabel
- set Step to StarStep
- set SauteEtage to EMPTY
- preLoad(member "ClicASB")
- set ThemeUp to "ASB"
- if PC() then
- set NewMovie to field "ASBfield"
- set ThemeDown to "ASB"
- else
- set ThemeDown to "ASB"
- set NewMovie to field "ASBfield"
- end if
- set the timeoutScript to "GoOn"
- if the commandDown and the mouseDown and the optionDown and the shiftDown and the controlDown then
- set LastLabel to "VG"
- end if
- end
-